LDAP Cache (Managed Components) |
This type represents the cache of LDAP entries.
Settings
maxCacheSize
Setting Type |
Hot |
Readable |
Yes |
Type |
Long |
Description |
Maximum LDAP Cache Size. |
Counters
accessdenied
Counter type |
Event occurrence counter |
Event |
An entry was looked up and found in the LDAP cache |
Value |
The frequency in which items are access denied |
Hints |
|
cacheHits
Counter type |
Event occurrence counter |
Event |
An entry was looked up and found in the LDAP cache |
Value |
The frequency of cache hits. |
Hints |
|
cacheMisses
Counter type |
Event occurrence counter |
Event |
An entry was looked up and not found in the LDAP cache. This implies that the entry had to be fetched from the LDAP SOAP processor. |
Value |
The frequency of cache misses |
Hints |
When this counter reaches significant values, consider expanding the cache size (bus.ldap.cache.maxSize *in wcp.properties*). |
cacheSize
Counter type |
Value counter |
Event |
|
Value |
The number of items in the LDAP cache |
Hints |
|
lookups
Counter type |
Event occurrence counter |
Event |
An entry is looked up in the LDAP cache |
Value |
The frequency of cache lookups |
Hints |
If this counter reaches significant values on the LDAP processor, verify the cacheMisses counter on the other SOAP processors to see whether their caches are configured large enough. |
removes
Counter type |
Event occurrence counter |
Event |
An entry is removed from the LDAP cache |
Value |
The frequency in which items are removed from the cache |
Hints |
|
Alerts
There are currently no alerts defined for LDAP Cache.
Problems
There are currently no problems defined for LDAP Cache.
Sub-components
A LDAP Cache has one sub-component type: SOAP Connector